home *** CD-ROM | disk | FTP | other *** search
Visual Basic Active Designer file | 1999-10-09 | 4.8 KB | 146 lines |
- VERSION 5.00
- Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
- ClientHeight = 8580
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 13215
- _ExtentX = 23310
- _ExtentY = 15134
- FolderFlags = 1
- TypeLibGuid = "{97EDEC69-7E72-11D3-8073-00104B29410D}"
- TypeInfoGuid = "{97EDEC6A-7E72-11D3-8073-00104B29410D}"
- TypeInfoCookie = 0
- Version = 4
- NumConnections = 1
- BeginProperty Connection1
- ConnectionName = "Connection1"
- ConnDispId = 1001
- SourceOfData = 3
- ConnectionSource= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Data Shaping\Contacts.mdb;Persist Security Info=False"
- Expanded = -1 'True
- QuoteChar = 96
- SeparatorChar = 46
- EndProperty
- NumRecordsets = 3
- BeginProperty Recordset1
- CommandName = "PhoneNumbers"
- CommDispId = 1002
- RsDispId = 1009
- CommandText = "SELECT PhoneNumber, Association, Name FROM AddressBook WHERE (Association = ?)"
- ActiveConnectionName= "Connection1"
- CommandType = 1
- Expanded = -1 'True
- IsRSReturning = -1 'True
- NumFields = 3
- BeginProperty Field1
- Precision = 0
- Size = 13
- Scale = 0
- Type = 202
- Name = "PhoneNumber"
- Caption = "Phone Number"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 15
- Scale = 0
- Type = 202
- Name = "Association"
- Caption = "Association"
- EndProperty
- BeginProperty Field3
- Precision = 0
- Size = 20
- Scale = 0
- Type = 202
- Name = "Name"
- Caption = "Name"
- EndProperty
- NumGroups = 0
- ParamCount = 1
- BeginProperty P1
- RealName = "?"
- UserName = "Association"
- Direction = 1
- Precision = 0
- Scale = 0
- Size = 510
- DataType = 202
- HostType = 8
- Required = -1 'True
- ParamValue = "Home"
- EndProperty
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset2
- CommandName = "Family"
- CommDispId = -1
- RsDispId = -1
- CommandText = "SELECT Family, PhoneNumber FROM NameSearch"
- ActiveConnectionName= "Connection1"
- CommandType = 1
- RelateToParent = -1 'True
- ParentCommandName= "PhoneNumbers"
- Expanded = -1 'True
- IsRSReturning = -1 'True
- NumFields = 2
- BeginProperty Field1
- Precision = 0
- Size = 20
- Scale = 0
- Type = 202
- Name = "Family"
- Caption = "Family"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 10
- Scale = 0
- Type = 202
- Name = "PhoneNumber"
- Caption = "Phone Number"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 1
- BeginProperty Relation1
- ParentField = "PhoneNumber"
- ChildField = "PhoneNumber"
- ParentType = 0
- ChildType = 0
- EndProperty
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset3
- CommandName = "Associations"
- CommDispId = 1010
- RsDispId = 1016
- CommandText = "SELECT DISTINCT Association FROM AddressBook"
- ActiveConnectionName= "Connection1"
- CommandType = 1
- Expanded = -1 'True
- IsRSReturning = -1 'True
- NumFields = 1
- BeginProperty Field1
- Precision = 0
- Size = 15
- Scale = 0
- Type = 202
- Name = "Association"
- Caption = "Association"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- End
- Attribute VB_Name = "DataEnvironment1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = True
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
-
-